projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21a55d5
)
(top level): Use mapc rather than mapcar.
author
Glenn Morris
<rgm@gnu.org>
Sat, 13 Oct 2007 03:01:31 +0000
(
03:01
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 13 Oct 2007 03:01:31 +0000
(
03:01
+0000)
lisp/progmodes/cc-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-cmds.el
b/lisp/progmodes/cc-cmds.el
index 860893bcfa64f3d252ea3eecfb60e31940e2aed8..db052c4b8f52d8611b57aea903efa4d10cf211b8 100644
(file)
--- a/
lisp/progmodes/cc-cmds.el
+++ b/
lisp/progmodes/cc-cmds.el
@@
-2595,7
+2595,7
@@
sentence motion in or near comments and multiline strings."
;; set up electric character functions to work with pending-del,
;; (a.k.a. delsel) mode. All symbols get the t value except
;; the functions which delete, which gets 'supersede.
-(mapc
ar
+(mapc
(function
(lambda (sym)
(put sym 'delete-selection t) ; for delsel (Emacs)